Html Css Color HEX #CA65CF Orchid

📋 copy color: '#CA65CF'

red 202 ◦ green 101 ◦ blue 207

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

Shades of Orchid #CA65CF

Tints of Orchid #CA65CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 39.61%
G = 19.8%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA65CF (or 0xCA65CF) is known color: Orchid. HEX triplet: CA, 65 and CF. RGB value is (202,101,207). Sum of RGB (Red+Green+Blue) = 202+101+207=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65CF is #359A30. Grayscale: #8E8E8E. Windows color (decimal): -3512881 or 13592010. OLE color: 13592010.

HSL color Cylindrical-coordinate representation of color #CA65CF: hue angle of 297.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA65CF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 101 207 -
CMYK 0.02 0.51 0 0.19
HSL 297.17º 0.52% 0.6% -
HSV(B) 297.17º 0.51% 0.81% -
XYZ 40.27 26.37 62 -
YUV 143.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 202 101 207 0.02 0.51 0 0.19 297.17 0.52 0.6
Hex CA 65 CF 2 33 0 13 129 34 3C
Octal 312 145 317 2 63 0 23 451 64 74
Binary 11001010 1100101 11001111 10 110011 0 10011 100101001 110100 111100

Color Harmonies of #CA65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65CF

Black with #CA65CF

Text Example


Text Example

White with #CA65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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