Html Css Color HEX #CA71D7 Orchid

📋 copy color: '#CA71D7'

red 202 ◦ green 113 ◦ blue 215

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

Shades of Orchid #CA71D7

Tints of Orchid #CA71D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 38.11%
G = 21.32%
B = 40.57%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA71D7 (or 0xCA71D7) is known color: Orchid. HEX triplet: CA, 71 and D7. RGB value is (202,113,215). Sum of RGB (Red+Green+Blue) = 202+113+215=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71D7 is #358E28. Grayscale: #969696. Windows color (decimal): -3509801 or 14119370. OLE color: 14119370.

HSL color Cylindrical-coordinate representation of color #CA71D7: hue angle of 292.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA71D7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 113 215 -
CMYK 0.06 0.47 0 0.16
HSL 292.35º 0.56% 0.64% -
HSV(B) 292.35º 0.47% 0.84% -
XYZ 42.53 29.27 67.7 -
YUV 151.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 202 113 215 0.06 0.47 0 0.16 292.35 0.56 0.64
Hex CA 71 D7 6 2F 0 10 124 38 40
Octal 312 161 327 6 57 0 20 444 70 100
Binary 11001010 1110001 11010111 110 101111 0 10000 100100100 111000 1000000

Color Harmonies of #CA71D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71D7

Black with #CA71D7

Text Example


Text Example

White with #CA71D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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