Html Css Color HEX #CF65D8 Orchid

📋 copy color: '#CF65D8'

red 207 ◦ green 101 ◦ blue 216

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

Shades of Orchid #CF65D8

Tints of Orchid #CF65D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 39.5%
G = 19.27%
B = 41.22%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF65D8 (or 0xCF65D8) is known color: Orchid. HEX triplet: CF, 65 and D8. RGB value is (207,101,216). Sum of RGB (Red+Green+Blue) = 207+101+216=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65D8 is #309A27. Grayscale: #919191. Windows color (decimal): -3185192 or 14181839. OLE color: 14181839.

HSL color Cylindrical-coordinate representation of color #CF65D8: hue angle of 295.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF65D8 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 101 216 -
CMYK 0.04 0.53 0 0.15
HSL 295.3º 0.6% 0.62% -
HSV(B) 295.3º 0.53% 0.85% -
XYZ 42.78 27.53 68.02 -
YUV 145.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 207 101 216 0.04 0.53 0 0.15 295.3 0.6 0.62
Hex CF 65 D8 4 35 0 F 127 3C 3E
Octal 317 145 330 4 65 0 17 447 74 76
Binary 11001111 1100101 11011000 100 110101 0 1111 100100111 111100 111110

Color Harmonies of #CF65D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF65D8

Black with #CF65D8

Text Example


Text Example

White with #CF65D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF65D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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