Html Css Color HEX #CB77CF Orchid

📋 copy color: '#CB77CF'

red 203 ◦ green 119 ◦ blue 207

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

Shades of Orchid #CB77CF

Tints of Orchid #CB77CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.5%

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 38.37%
G = 22.5%
B = 39.13%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB77CF (or 0xCB77CF) is known color: Orchid. HEX triplet: CB, 77 and CF. RGB value is (203,119,207). Sum of RGB (Red+Green+Blue) = 203+119+207=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77CF is #348830. Grayscale: #999999. Windows color (decimal): -3442737 or 13596619. OLE color: 13596619.

HSL color Cylindrical-coordinate representation of color #CB77CF: hue angle of 297.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB77CF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 119 207 -
CMYK 0.02 0.43 0 0.19
HSL 297.27º 0.48% 0.64% -
HSV(B) 297.27º 0.43% 0.81% -
XYZ 42.49 30.4 62.66 -
YUV 154.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 203 119 207 0.02 0.43 0 0.19 297.27 0.48 0.64
Hex CB 77 CF 2 2B 0 13 129 30 40
Octal 313 167 317 2 53 0 23 451 60 100
Binary 11001011 1110111 11001111 10 101011 0 10011 100101001 110000 1000000

Color Harmonies of #CB77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77CF

Black with #CB77CF

Text Example


Text Example

White with #CB77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77CF; }

 p { color: rgb(203,119,207); }

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

background-color css

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

 a { background-color: rgb(203,119,207); }

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

border-color css

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

 span { border-color: rgb(203,119,207); }

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