Html Css Color HEX #CB6FBF Orchid

📋 copy color: '#CB6FBF'

red 203 ◦ green 111 ◦ blue 191

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

Shades of Orchid #CB6FBF

Tints of Orchid #CB6FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 40.2%
G = 21.98%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB6FBF (or 0xCB6FBF) is known color: Orchid. HEX triplet: CB, 6F and BF. RGB value is (203,111,191). Sum of RGB (Red+Green+Blue) = 203+111+191=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBF is #349040. Grayscale: #939393. Windows color (decimal): -3444801 or 12545995. OLE color: 12545995.

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

Color convert

RGB 203 111 191 -
CMYK 0 0.45 0.06 0.20
HSL 307.83º 0.47% 0.62% -
HSV(B) 307.83º 0.45% 0.8% -
XYZ 39.72 27.83 52.57 -
YUV 147.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 203 111 191 0 0.45 0.06 0.20 307.83 0.47 0.62
Hex CB 6F BF 0 2D 6 14 134 2F 3E
Octal 313 157 277 0 55 6 24 464 57 76
Binary 11001011 1101111 10111111 0 101101 110 10100 100110100 101111 111110

Color Harmonies of #CB6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FBF

Black with #CB6FBF

Text Example


Text Example

White with #CB6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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