Html Css Color HEX #CB6FE0 Orchid

📋 copy color: '#CB6FE0'

red 203 ◦ green 111 ◦ blue 224

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

Shades of Orchid #CB6FE0

Tints of Orchid #CB6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 37.73%
G = 20.63%
B = 41.64%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB6FE0 (or 0xCB6FE0) is known color: Orchid. HEX triplet: CB, 6F and E0. RGB value is (203,111,224). Sum of RGB (Red+Green+Blue) = 203+111+224=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FE0 is #34901F. Grayscale: #979797. Windows color (decimal): -3444768 or 14708683. OLE color: 14708683.

HSL color Cylindrical-coordinate representation of color #CB6FE0: hue angle of 288.85º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6FE0 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 111 224 -
CMYK 0.09 0.50 0 0.12
HSL 288.85º 0.65% 0.66% -
HSV(B) 288.85º 0.5% 0.88% -
XYZ 43.77 29.45 73.9 -
YUV 151.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 203 111 224 0.09 0.50 0 0.12 288.85 0.65 0.66
Hex CB 6F E0 9 32 0 C 121 41 42
Octal 313 157 340 11 62 0 14 441 101 102
Binary 11001011 1101111 11100000 1001 110010 0 1100 100100001 1000001 1000010

Color Harmonies of #CB6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FE0

Black with #CB6FE0

Text Example


Text Example

White with #CB6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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