Html Css Color HEX #CA7FD3 Orchid

📋 copy color: '#CA7FD3'

red 202 ◦ green 127 ◦ blue 211

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

Shades of Orchid #CA7FD3

Tints of Orchid #CA7FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 37.41%
G = 23.52%
B = 39.07%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA7FD3 (or 0xCA7FD3) is known color: Orchid. HEX triplet: CA, 7F and D3. RGB value is (202,127,211). Sum of RGB (Red+Green+Blue) = 202+127+211=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD3 is #35802C. Grayscale: #9E9E9E. Windows color (decimal): -3506221 or 13860810. OLE color: 13860810.

HSL color Cylindrical-coordinate representation of color #CA7FD3: hue angle of 293.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7FD3 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 127 211 -
CMYK 0.04 0.40 0 0.17
HSL 293.57º 0.49% 0.66% -
HSV(B) 293.57º 0.4% 0.83% -
XYZ 43.7 32.44 65.59 -
YUV 159 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 202 127 211 0.04 0.40 0 0.17 293.57 0.49 0.66
Hex CA 7F D3 4 28 0 11 126 31 42
Octal 312 177 323 4 50 0 21 446 61 102
Binary 11001010 1111111 11010011 100 101000 0 10001 100100110 110001 1000010

Color Harmonies of #CA7FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FD3

Black with #CA7FD3

Text Example


Text Example

White with #CA7FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FD3; }

 p { color: rgb(202,127,211); }

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

background-color css

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

 a { background-color: rgb(202,127,211); }

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

border-color css

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

 span { border-color: rgb(202,127,211); }

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