Html Css Color HEX #CB76CA Orchid

📋 copy color: '#CB76CA'

red 203 ◦ green 118 ◦ blue 202

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

Shades of Orchid #CB76CA

Tints of Orchid #CB76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.56%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 38.81%
G = 22.56%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB76CA (or 0xCB76CA) is known color: Orchid. HEX triplet: CB, 76 and CA. RGB value is (203,118,202). Sum of RGB (Red+Green+Blue) = 203+118+202=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76CA is #348935. Grayscale: #989898. Windows color (decimal): -3442998 or 13268683. OLE color: 13268683.

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

Color convert

RGB 203 118 202 -
CMYK 0 0.42 0.00 0.20
HSL 300.71º 0.45% 0.63% -
HSV(B) 300.71º 0.42% 0.8% -
XYZ 41.77 29.92 59.45 -
YUV 152.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 203 118 202 0 0.42 0.00 0.20 300.71 0.45 0.63
Hex CB 76 CA 0 2A 0 14 12D 2D 3F
Octal 313 166 312 0 52 0 24 455 55 77
Binary 11001011 1110110 11001010 0 101010 0 10100 100101101 101101 111111

Color Harmonies of #CB76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76CA

Black with #CB76CA

Text Example


Text Example

White with #CB76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76CA; }

 p { color: rgb(203,118,202); }

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

background-color css

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

 a { background-color: rgb(203,118,202); }

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

border-color css

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

 span { border-color: rgb(203,118,202); }

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