Html Css Color HEX #CA65CD Orchid

📋 copy color: '#CA65CD'

red 202 ◦ green 101 ◦ blue 205

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

Shades of Orchid #CA65CD

Tints of Orchid #CA65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.88%

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

R = 39.76%
G = 19.88%
B = 40.35%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA65CD (or 0xCA65CD) is known color: Orchid. HEX triplet: CA, 65 and CD. RGB value is (202,101,205). Sum of RGB (Red+Green+Blue) = 202+101+205=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65CD is #359A32. Grayscale: #8E8E8E. Windows color (decimal): -3512883 or 13460938. OLE color: 13460938.

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

Color convert

RGB 202 101 205 -
CMYK 0.01 0.51 0 0.20
HSL 298.27º 0.51% 0.6% -
HSV(B) 298.27º 0.51% 0.8% -
XYZ 40.03 26.27 60.72 -
YUV 143.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 202 101 205 0.01 0.51 0 0.20 298.27 0.51 0.6
Hex CA 65 CD 1 33 0 14 12A 33 3C
Octal 312 145 315 1 63 0 24 452 63 74
Binary 11001010 1100101 11001101 1 110011 0 10100 100101010 110011 111100

Color Harmonies of #CA65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65CD

Black with #CA65CD

Text Example


Text Example

White with #CA65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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