Html Css Color HEX #CF65C5 Orchid

📋 copy color: '#CF65C5'

red 207 ◦ green 101 ◦ blue 197

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

Shades of Orchid #CF65C5

Tints of Orchid #CF65C5

RGB

 RED value IS 207 (81.25% from 255) = 40.99%

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

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 40.99%
G = 20%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF65C5 (or 0xCF65C5) is known color: Orchid. HEX triplet: CF, 65 and C5. RGB value is (207,101,197). Sum of RGB (Red+Green+Blue) = 207+101+197=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65C5 is #309A3A. Grayscale: #8F8F8F. Windows color (decimal): -3185211 or 12936655. OLE color: 12936655.

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

Color convert

RGB 207 101 197 -
CMYK 0 0.51 0.05 0.19
HSL 305.66º 0.52% 0.6% -
HSV(B) 305.66º 0.51% 0.81% -
XYZ 40.46 26.6 55.83 -
YUV 143.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 207 101 197 0 0.51 0.05 0.19 305.66 0.52 0.6
Hex CF 65 C5 0 33 5 13 132 34 3C
Octal 317 145 305 0 63 5 23 462 64 74
Binary 11001111 1100101 11000101 0 110011 101 10011 100110010 110100 111100

Color Harmonies of #CF65C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF65C5

Black with #CF65C5

Text Example


Text Example

White with #CF65C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF65C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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