Html Css Color HEX #CA7BD5 Orchid

📋 copy color: '#CA7BD5'

red 202 ◦ green 123 ◦ blue 213

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

Shades of Orchid #CA7BD5

Tints of Orchid #CA7BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 37.55%
G = 22.86%
B = 39.59%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA7BD5 (or 0xCA7BD5) is known color: Orchid. HEX triplet: CA, 7B and D5. RGB value is (202,123,213). Sum of RGB (Red+Green+Blue) = 202+123+213=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA7BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD5 is #35842A. Grayscale: #9C9C9C. Windows color (decimal): -3507243 or 13990858. OLE color: 13990858.

HSL color Cylindrical-coordinate representation of color #CA7BD5: hue angle of 292.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7BD5 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 123 213 -
CMYK 0.05 0.42 0 0.16
HSL 292.67º 0.52% 0.66% -
HSV(B) 292.67º 0.42% 0.84% -
XYZ 43.45 31.53 66.75 -
YUV 156.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 202 123 213 0.05 0.42 0 0.16 292.67 0.52 0.66
Hex CA 7B D5 5 2A 0 10 125 34 42
Octal 312 173 325 5 52 0 20 445 64 102
Binary 11001010 1111011 11010101 101 101010 0 10000 100100101 110100 1000010

Color Harmonies of #CA7BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BD5

Black with #CA7BD5

Text Example


Text Example

White with #CA7BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BD5; }

 p { color: rgb(202,123,213); }

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

background-color css

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

 a { background-color: rgb(202,123,213); }

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

border-color css

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

 span { border-color: rgb(202,123,213); }

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