Html Css Color HEX #CA7DCD Orchid

📋 copy color: '#CA7DCD'

red 202 ◦ green 125 ◦ blue 205

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

Shades of Orchid #CA7DCD

Tints of Orchid #CA7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 37.97%
G = 23.5%
B = 38.53%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7DCD (or 0xCA7DCD) is known color: Orchid. HEX triplet: CA, 7D and CD. RGB value is (202,125,205). Sum of RGB (Red+Green+Blue) = 202+125+205=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCD is #358232. Grayscale: #9C9C9C. Windows color (decimal): -3506739 or 13467082. OLE color: 13467082.

HSL color Cylindrical-coordinate representation of color #CA7DCD: hue angle of 297.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7DCD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 125 205 -
CMYK 0.01 0.39 0 0.20
HSL 297.75º 0.44% 0.65% -
HSV(B) 297.75º 0.39% 0.8% -
XYZ 42.71 31.63 61.61 -
YUV 157.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 202 125 205 0.01 0.39 0 0.20 297.75 0.44 0.65
Hex CA 7D CD 1 27 0 14 12A 2C 41
Octal 312 175 315 1 47 0 24 452 54 101
Binary 11001010 1111101 11001101 1 100111 0 10100 100101010 101100 1000001

Color Harmonies of #CA7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DCD

Black with #CA7DCD

Text Example


Text Example

White with #CA7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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