Html Css Color HEX #CA7FDA Orchid

📋 copy color: '#CA7FDA'

red 202 ◦ green 127 ◦ blue 218

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

Shades of Orchid #CA7FDA

Tints of Orchid #CA7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 36.93%
G = 23.22%
B = 39.85%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA7FDA (or 0xCA7FDA) is known color: Orchid. HEX triplet: CA, 7F and DA. RGB value is (202,127,218). Sum of RGB (Red+Green+Blue) = 202+127+218=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDA is #358025. Grayscale: #9F9F9F. Windows color (decimal): -3506214 or 14319562. OLE color: 14319562.

HSL color Cylindrical-coordinate representation of color #CA7FDA: hue angle of 289.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7FDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 127 218 -
CMYK 0.07 0.42 0 0.15
HSL 289.45º 0.55% 0.68% -
HSV(B) 289.45º 0.42% 0.85% -
XYZ 44.6 32.8 70.31 -
YUV 159.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 202 127 218 0.07 0.42 0 0.15 289.45 0.55 0.68
Hex CA 7F DA 7 2A 0 F 121 37 44
Octal 312 177 332 7 52 0 17 441 67 104
Binary 11001010 1111111 11011010 111 101010 0 1111 100100001 110111 1000100

Color Harmonies of #CA7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FDA

Black with #CA7FDA

Text Example


Text Example

White with #CA7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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