Html Css Color HEX #CA7FDF Orchid

📋 copy color: '#CA7FDF'

red 202 ◦ green 127 ◦ blue 223

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

Shades of Orchid #CA7FDF

Tints of Orchid #CA7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 36.59%
G = 23.01%
B = 40.4%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7FDF (or 0xCA7FDF) is known color: Orchid. HEX triplet: CA, 7F and DF. RGB value is (202,127,223). Sum of RGB (Red+Green+Blue) = 202+127+223=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDF is #358020. Grayscale: #A0A0A0. Windows color (decimal): -3506209 or 14647242. OLE color: 14647242.

HSL color Cylindrical-coordinate representation of color #CA7FDF: hue angle of 286.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7FDF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 127 223 -
CMYK 0.09 0.43 0 0.13
HSL 286.88º 0.6% 0.69% -
HSV(B) 286.88º 0.43% 0.87% -
XYZ 45.27 33.06 73.81 -
YUV 160.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 202 127 223 0.09 0.43 0 0.13 286.88 0.6 0.69
Hex CA 7F DF 9 2B 0 D 11F 3C 45
Octal 312 177 337 11 53 0 15 437 74 105
Binary 11001010 1111111 11011111 1001 101011 0 1101 100011111 111100 1000101

Color Harmonies of #CA7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FDF

Black with #CA7FDF

Text Example


Text Example

White with #CA7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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