Html Css Color HEX #CA7DE1 Orchid

📋 copy color: '#CA7DE1'

red 202 ◦ green 125 ◦ blue 225

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

Shades of Orchid #CA7DE1

Tints of Orchid #CA7DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 36.59%
G = 22.64%
B = 40.76%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA7DE1 (or 0xCA7DE1) is known color: Orchid. HEX triplet: CA, 7D and E1. RGB value is (202,125,225). Sum of RGB (Red+Green+Blue) = 202+125+225=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DE1 is #35821E. Grayscale: #9F9F9F. Windows color (decimal): -3506719 or 14777802. OLE color: 14777802.

HSL color Cylindrical-coordinate representation of color #CA7DE1: hue angle of 286.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7DE1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 125 225 -
CMYK 0.10 0.44 0 0.12
HSL 286.2º 0.63% 0.69% -
HSV(B) 286.2º 0.44% 0.88% -
XYZ 45.28 32.66 75.15 -
YUV 159.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 202 125 225 0.10 0.44 0 0.12 286.2 0.63 0.69
Hex CA 7D E1 A 2C 0 C 11E 3E 45
Octal 312 175 341 12 54 0 14 436 76 105
Binary 11001010 1111101 11100001 1010 101100 0 1100 100011110 111110 1000101

Color Harmonies of #CA7DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DE1

Black with #CA7DE1

Text Example


Text Example

White with #CA7DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DE1; }

 p { color: rgb(202,125,225); }

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

background-color css

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

 a { background-color: rgb(202,125,225); }

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

border-color css

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

 span { border-color: rgb(202,125,225); }

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