Html Css Color HEX #CB6FCE Orchid

📋 copy color: '#CB6FCE'

red 203 ◦ green 111 ◦ blue 206

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

Shades of Orchid #CB6FCE

Tints of Orchid #CB6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 39.04%
G = 21.35%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB6FCE (or 0xCB6FCE) is known color: Orchid. HEX triplet: CB, 6F and CE. RGB value is (203,111,206). Sum of RGB (Red+Green+Blue) = 203+111+206=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FCE is #349031. Grayscale: #959595. Windows color (decimal): -3444786 or 13529035. OLE color: 13529035.

HSL color Cylindrical-coordinate representation of color #CB6FCE: hue angle of 298.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6FCE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 111 206 -
CMYK 0.01 0.46 0 0.19
HSL 298.11º 0.49% 0.62% -
HSV(B) 298.11º 0.46% 0.81% -
XYZ 41.45 28.52 61.71 -
YUV 149.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 203 111 206 0.01 0.46 0 0.19 298.11 0.49 0.62
Hex CB 6F CE 1 2E 0 13 12A 31 3E
Octal 313 157 316 1 56 0 23 452 61 76
Binary 11001011 1101111 11001110 1 101110 0 10011 100101010 110001 111110

Color Harmonies of #CB6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FCE

Black with #CB6FCE

Text Example


Text Example

White with #CB6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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