Html Css Color HEX #CA7EC4 Orchid

📋 copy color: '#CA7EC4'

red 202 ◦ green 126 ◦ blue 196

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

Shades of Orchid #CA7EC4

Tints of Orchid #CA7EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 38.55%
G = 24.05%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA7EC4 (or 0xCA7EC4) is known color: Orchid. HEX triplet: CA, 7E and C4. RGB value is (202,126,196). Sum of RGB (Red+Green+Blue) = 202+126+196=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EC4 is #35813B. Grayscale: #9C9C9C. Windows color (decimal): -3506492 or 12877514. OLE color: 12877514.

HSL color Cylindrical-coordinate representation of color #CA7EC4: hue angle of 304.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EC4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 196 -
CMYK 0 0.38 0.03 0.21
HSL 304.74º 0.42% 0.64% -
HSV(B) 304.74º 0.38% 0.79% -
XYZ 41.78 31.46 56.1 -
YUV 156.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 202 126 196 0 0.38 0.03 0.21 304.74 0.42 0.64
Hex CA 7E C4 0 26 3 15 131 2A 40
Octal 312 176 304 0 46 3 25 461 52 100
Binary 11001010 1111110 11000100 0 100110 11 10101 100110001 101010 1000000

Color Harmonies of #CA7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EC4

Black with #CA7EC4

Text Example


Text Example

White with #CA7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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