Html Css Color HEX #CA7EDA Orchid

📋 copy color: '#CA7EDA'

red 202 ◦ green 126 ◦ blue 218

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

Shades of Orchid #CA7EDA

Tints of Orchid #CA7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.08%

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

R = 37%
G = 23.08%
B = 39.93%

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

#CA7EDA (or 0xCA7EDA) is known color: Orchid. HEX triplet: CA, 7E and DA. RGB value is (202,126,218). Sum of RGB (Red+Green+Blue) = 202+126+218=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDA is #358125. Grayscale: #9E9E9E. Windows color (decimal): -3506470 or 14319306. OLE color: 14319306.

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

Color convert

RGB 202 126 218 -
CMYK 0.07 0.42 0 0.15
HSL 289.57º 0.55% 0.67% -
HSV(B) 289.57º 0.42% 0.85% -
XYZ 44.47 32.54 70.27 -
YUV 159.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 202 126 218 0.07 0.42 0 0.15 289.57 0.55 0.67
Hex CA 7E DA 7 2A 0 F 122 37 43
Octal 312 176 332 7 52 0 17 442 67 103
Binary 11001010 1111110 11011010 111 101010 0 1111 100100010 110111 1000011

Color Harmonies of #CA7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EDA

Black with #CA7EDA

Text Example


Text Example

White with #CA7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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