Html Css Color HEX #CF63D7 Orchid

📋 copy color: '#CF63D7'

red 207 ◦ green 99 ◦ blue 215

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

Shades of Orchid #CF63D7

Tints of Orchid #CF63D7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 39.73%
G = 19%
B = 41.27%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF63D7 (or 0xCF63D7) is known color: Orchid. HEX triplet: CF, 63 and D7. RGB value is (207,99,215). Sum of RGB (Red+Green+Blue) = 207+99+215=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63D7 is #309C28. Grayscale: #909090. Windows color (decimal): -3185705 or 14115791. OLE color: 14115791.

HSL color Cylindrical-coordinate representation of color #CF63D7: hue angle of 295.86º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF63D7 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 99 215 -
CMYK 0.04 0.54 0 0.16
HSL 295.86º 0.59% 0.62% -
HSV(B) 295.86º 0.54% 0.84% -
XYZ 42.46 27.1 67.28 -
YUV 144.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 207 99 215 0.04 0.54 0 0.16 295.86 0.59 0.62
Hex CF 63 D7 4 36 0 10 128 3B 3E
Octal 317 143 327 4 66 0 20 450 73 76
Binary 11001111 1100011 11010111 100 110110 0 10000 100101000 111011 111110

Color Harmonies of #CF63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63D7

Black with #CF63D7

Text Example


Text Example

White with #CF63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63D7; }

 p { color: rgb(207,99,215); }

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

background-color css

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

 a { background-color: rgb(207,99,215); }

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

border-color css

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

 span { border-color: rgb(207,99,215); }

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