Html Css Color HEX #CB6FBE Orchid

📋 copy color: '#CB6FBE'

red 203 ◦ green 111 ◦ blue 190

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

Shades of Orchid #CB6FBE

Tints of Orchid #CB6FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 40.28%
G = 22.02%
B = 37.7%

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

#CB6FBE (or 0xCB6FBE) is known color: Orchid. HEX triplet: CB, 6F and BE. RGB value is (203,111,190). Sum of RGB (Red+Green+Blue) = 203+111+190=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBE is #349041. Grayscale: #939393. Windows color (decimal): -3444802 or 12480459. OLE color: 12480459.

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

Color convert

RGB 203 111 190 -
CMYK 0 0.45 0.06 0.20
HSL 308.48º 0.47% 0.62% -
HSV(B) 308.48º 0.45% 0.8% -
XYZ 39.61 27.78 51.99 -
YUV 147.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 203 111 190 0 0.45 0.06 0.20 308.48 0.47 0.62
Hex CB 6F BE 0 2D 6 14 134 2F 3E
Octal 313 157 276 0 55 6 24 464 57 76
Binary 11001011 1101111 10111110 0 101101 110 10100 100110100 101111 111110

Color Harmonies of #CB6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FBE

Black with #CB6FBE

Text Example


Text Example

White with #CB6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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