Html Css Color HEX #CA71CC Orchid

📋 copy color: '#CA71CC'

red 202 ◦ green 113 ◦ blue 204

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

Shades of Orchid #CA71CC

Tints of Orchid #CA71CC

RGB

 RED value IS 202 (79.3% from 255) = 38.92%

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

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

R = 38.92%
G = 21.77%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA71CC (or 0xCA71CC) is known color: Orchid. HEX triplet: CA, 71 and CC. RGB value is (202,113,204). Sum of RGB (Red+Green+Blue) = 202+113+204=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71CC is #358E33. Grayscale: #959595. Windows color (decimal): -3509812 or 13398474. OLE color: 13398474.

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

Color convert

RGB 202 113 204 -
CMYK 0.01 0.45 0 0.2
HSL 298.68º 0.47% 0.62% -
HSV(B) 298.68º 0.45% 0.8% -
XYZ 41.16 28.73 60.5 -
YUV 149.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 202 113 204 0.01 0.45 0 0.2 298.68 0.47 0.62
Hex CA 71 CC 1 2D 0 14 12B 2F 3E
Octal 312 161 314 1 55 0 24 453 57 76
Binary 11001010 1110001 11001100 1 101101 0 10100 100101011 101111 111110

Color Harmonies of #CA71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71CC

Black with #CA71CC

Text Example


Text Example

White with #CA71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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