Html Css Color HEX #CB68CE Orchid

📋 copy color: '#CB68CE'

red 203 ◦ green 104 ◦ blue 206

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

Shades of Orchid #CB68CE

Tints of Orchid #CB68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 39.57%
G = 20.27%
B = 40.16%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB68CE (or 0xCB68CE) is known color: Orchid. HEX triplet: CB, 68 and CE. RGB value is (203,104,206). Sum of RGB (Red+Green+Blue) = 203+104+206=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CE is #349731. Grayscale: #909090. Windows color (decimal): -3446578 or 13527243. OLE color: 13527243.

HSL color Cylindrical-coordinate representation of color #CB68CE: hue angle of 298.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB68CE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 104 206 -
CMYK 0.01 0.50 0 0.19
HSL 298.24º 0.51% 0.61% -
HSV(B) 298.24º 0.5% 0.81% -
XYZ 40.72 27.05 61.47 -
YUV 145.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 203 104 206 0.01 0.50 0 0.19 298.24 0.51 0.61
Hex CB 68 CE 1 32 0 13 12A 33 3D
Octal 313 150 316 1 62 0 23 452 63 75
Binary 11001011 1101000 11001110 1 110010 0 10011 100101010 110011 111101

Color Harmonies of #CB68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68CE

Black with #CB68CE

Text Example


Text Example

White with #CB68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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