Html Css Color HEX #CB71CF Orchid

📋 copy color: '#CB71CF'

red 203 ◦ green 113 ◦ blue 207

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

Shades of Orchid #CB71CF

Tints of Orchid #CB71CF

RGB

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

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

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

R = 38.81%
G = 21.61%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB71CF (or 0xCB71CF) is known color: Orchid. HEX triplet: CB, 71 and CF. RGB value is (203,113,207). Sum of RGB (Red+Green+Blue) = 203+113+207=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71CF is #348E30. Grayscale: #969696. Windows color (decimal): -3444273 or 13595083. OLE color: 13595083.

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

Color convert

RGB 203 113 207 -
CMYK 0.02 0.45 0 0.19
HSL 297.45º 0.49% 0.63% -
HSV(B) 297.45º 0.45% 0.81% -
XYZ 41.8 29.01 62.43 -
YUV 150.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 203 113 207 0.02 0.45 0 0.19 297.45 0.49 0.63
Hex CB 71 CF 2 2D 0 13 129 31 3F
Octal 313 161 317 2 55 0 23 451 61 77
Binary 11001011 1110001 11001111 10 101101 0 10011 100101001 110001 111111

Color Harmonies of #CB71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71CF

Black with #CB71CF

Text Example


Text Example

White with #CB71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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