Html Css Color HEX #CA7DBF Orchid

📋 copy color: '#CA7DBF'

red 202 ◦ green 125 ◦ blue 191

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

Shades of Orchid #CA7DBF

Tints of Orchid #CA7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 39%
G = 24.13%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA7DBF (or 0xCA7DBF) is known color: Orchid. HEX triplet: CA, 7D and BF. RGB value is (202,125,191). Sum of RGB (Red+Green+Blue) = 202+125+191=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DBF is #358240. Grayscale: #9B9B9B. Windows color (decimal): -3506753 or 12549578. OLE color: 12549578.

HSL color Cylindrical-coordinate representation of color #CA7DBF: hue angle of 308.57º 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 #CA7DBF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 191 -
CMYK 0 0.38 0.05 0.21
HSL 308.57º 0.42% 0.64% -
HSV(B) 308.57º 0.38% 0.79% -
XYZ 41.09 30.99 53.11 -
YUV 155.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 202 125 191 0 0.38 0.05 0.21 308.57 0.42 0.64
Hex CA 7D BF 0 26 5 15 135 2A 40
Octal 312 175 277 0 46 5 25 465 52 100
Binary 11001010 1111101 10111111 0 100110 101 10101 100110101 101010 1000000

Color Harmonies of #CA7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DBF

Black with #CA7DBF

Text Example


Text Example

White with #CA7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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