Html Css Color HEX #CB71CC Orchid

📋 copy color: '#CB71CC'

red 203 ◦ green 113 ◦ blue 204

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

Shades of Orchid #CB71CC

Tints of Orchid #CB71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 39.04%
G = 21.73%
B = 39.23%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB71CC (or 0xCB71CC) is known color: Orchid. HEX triplet: CB, 71 and CC. RGB value is (203,113,204). Sum of RGB (Red+Green+Blue) = 203+113+204=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71CC is #348E33. Grayscale: #969696. Windows color (decimal): -3444276 or 13398475. OLE color: 13398475.

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

Color convert

RGB 203 113 204 -
CMYK 0.00 0.45 0 0.2
HSL 299.34º 0.47% 0.62% -
HSV(B) 299.34º 0.45% 0.8% -
XYZ 41.43 28.87 60.51 -
YUV 150.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 203 113 204 0.00 0.45 0 0.2 299.34 0.47 0.62
Hex CB 71 CC 0 2D 0 14 12B 2F 3E
Octal 313 161 314 0 55 0 24 453 57 76
Binary 11001011 1110001 11001100 0 101101 0 10100 100101011 101111 111110

Color Harmonies of #CB71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71CC

Black with #CB71CC

Text Example


Text Example

White with #CB71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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