Html Css Color HEX #CB67C9 Orchid

📋 copy color: '#CB67C9'

red 203 ◦ green 103 ◦ blue 201

#CB67C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB67C9

Tints of Orchid #CB67C9

RGB

 RED value IS 203 (79.69% from 255) = 40.04%

 GREEN value IS 103 (40.63% from 255) = 20.32%

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 40.04%
G = 20.32%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB67C9 (or 0xCB67C9) is known color: Orchid. HEX triplet: CB, 67 and C9. RGB value is (203,103,201). Sum of RGB (Red+Green+Blue) = 203+103+201=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67C9 is #349836. Grayscale: #8F8F8F. Windows color (decimal): -3446839 or 13199307. OLE color: 13199307.

HSL color Cylindrical-coordinate representation of color #CB67C9: hue angle of 301.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB67C9 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 201 -
CMYK 0 0.49 0.01 0.20
HSL 301.2º 0.49% 0.6% -
HSV(B) 301.2º 0.49% 0.8% -
XYZ 40.02 26.61 58.29 -
YUV 144.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 203 103 201 0 0.49 0.01 0.20 301.2 0.49 0.6
Hex CB 67 C9 0 31 1 14 12D 31 3C
Octal 313 147 311 0 61 1 24 455 61 74
Binary 11001011 1100111 11001001 0 110001 1 10100 100101101 110001 111100

Color Harmonies of #CB67C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67C9

Black with #CB67C9

Text Example


Text Example

White with #CB67C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67C9; }

 p { color: rgb(203,103,201); }

 H1.HeaderClassName
 {
   color: #CB67C9;
 }
 .AnyTagClassName
 {
   color: #CB67C9;
 }
</style>

background-color css

<style>
 a { background-color: #CB67C9; }

 a { background-color: rgb(203,103,201); }

 div.DivClassName
 {
   background-color: #CB67C9;
 }
 .BgClassName
 {
   background-color: #CB67C9;
 }
</style>

border-color css

<style>
 span { border-color: #CB67C9; }

 span { border-color: rgb(203,103,201); }

 td.TdClassName
 {
   border-color: #CB67C9;
 }
 .TagClassName
 {
   border-color: #CB67C9;
 }
</style>