Html Css Color HEX #CB71CE Orchid

📋 copy color: '#CB71CE'

red 203 ◦ green 113 ◦ blue 206

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

Shades of Orchid #CB71CE

Tints of Orchid #CB71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 38.89%
G = 21.65%
B = 39.46%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB71CE (or 0xCB71CE) is known color: Orchid. HEX triplet: CB, 71 and CE. RGB value is (203,113,206). Sum of RGB (Red+Green+Blue) = 203+113+206=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71CE is #348E31. Grayscale: #969696. Windows color (decimal): -3444274 or 13529547. OLE color: 13529547.

HSL color Cylindrical-coordinate representation of color #CB71CE: hue angle of 298.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB71CE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 113 206 -
CMYK 0.01 0.45 0 0.19
HSL 298.06º 0.49% 0.63% -
HSV(B) 298.06º 0.45% 0.81% -
XYZ 41.67 28.96 61.79 -
YUV 150.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 203 113 206 0.01 0.45 0 0.19 298.06 0.49 0.63
Hex CB 71 CE 1 2D 0 13 12A 31 3F
Octal 313 161 316 1 55 0 23 452 61 77
Binary 11001011 1110001 11001110 1 101101 0 10011 100101010 110001 111111

Color Harmonies of #CB71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71CE

Black with #CB71CE

Text Example


Text Example

White with #CB71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71CE; }

 p { color: rgb(203,113,206); }

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

background-color css

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

 a { background-color: rgb(203,113,206); }

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

border-color css

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

 span { border-color: rgb(203,113,206); }

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