Html Css Color HEX #CB6FBC Orchid

📋 copy color: '#CB6FBC'

red 203 ◦ green 111 ◦ blue 188

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

Shades of Orchid #CB6FBC

Tints of Orchid #CB6FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 40.44%
G = 22.11%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB6FBC (or 0xCB6FBC) is known color: Orchid. HEX triplet: CB, 6F and BC. RGB value is (203,111,188). Sum of RGB (Red+Green+Blue) = 203+111+188=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBC is #349043. Grayscale: #939393. Windows color (decimal): -3444804 or 12349387. OLE color: 12349387.

HSL color Cylindrical-coordinate representation of color #CB6FBC: hue angle of 309.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FBC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 111 188 -
CMYK 0 0.45 0.07 0.20
HSL 309.78º 0.47% 0.62% -
HSV(B) 309.78º 0.45% 0.8% -
XYZ 39.39 27.7 50.85 -
YUV 147.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 203 111 188 0 0.45 0.07 0.20 309.78 0.47 0.62
Hex CB 6F BC 0 2D 7 14 136 2F 3E
Octal 313 157 274 0 55 7 24 466 57 76
Binary 11001011 1101111 10111100 0 101101 111 10100 100110110 101111 111110

Color Harmonies of #CB6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FBC

Black with #CB6FBC

Text Example


Text Example

White with #CB6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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