Html Css Color HEX #CB68CB Orchid

📋 copy color: '#CB68CB'

red 203 ◦ green 104 ◦ blue 203

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

Shades of Orchid #CB68CB

Tints of Orchid #CB68CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 39.8%
G = 20.39%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB68CB (or 0xCB68CB) is known color: Orchid. HEX triplet: CB, 68 and CB. RGB value is (203,104,203). Sum of RGB (Red+Green+Blue) = 203+104+203=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CB is #349734. Grayscale: #909090. Windows color (decimal): -3446581 or 13330635. OLE color: 13330635.

HSL color Cylindrical-coordinate representation of color #CB68CB: hue angle of 300º 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 #CB68CB is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 203 -
CMYK 0 0.49 0 0.20
HSL 300º 0.49% 0.6% -
HSV(B) 300º 0.49% 0.8% -
XYZ 40.36 26.91 59.57 -
YUV 144.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 203 104 203 0 0.49 0 0.20 300 0.49 0.6
Hex CB 68 CB 0 31 0 14 12C 31 3C
Octal 313 150 313 0 61 0 24 454 61 74
Binary 11001011 1101000 11001011 0 110001 0 10100 100101100 110001 111100

Color Harmonies of #CB68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68CB

Black with #CB68CB

Text Example


Text Example

White with #CB68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68CB; }

 p { color: rgb(203,104,203); }

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

background-color css

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

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

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

border-color css

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

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

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