Html Css Color HEX #CF63DA Orchid

📋 copy color: '#CF63DA'

red 207 ◦ green 99 ◦ blue 218

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

Shades of Orchid #CF63DA

Tints of Orchid #CF63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 39.5%
G = 18.89%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF63DA (or 0xCF63DA) is known color: Orchid. HEX triplet: CF, 63 and DA. RGB value is (207,99,218). Sum of RGB (Red+Green+Blue) = 207+99+218=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DA is #309C25. Grayscale: #909090. Windows color (decimal): -3185702 or 14312399. OLE color: 14312399.

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

Color convert

RGB 207 99 218 -
CMYK 0.05 0.55 0 0.15
HSL 294.45º 0.62% 0.62% -
HSV(B) 294.45º 0.55% 0.85% -
XYZ 42.85 27.25 69.33 -
YUV 144.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 207 99 218 0.05 0.55 0 0.15 294.45 0.62 0.62
Hex CF 63 DA 5 37 0 F 126 3E 3E
Octal 317 143 332 5 67 0 17 446 76 76
Binary 11001111 1100011 11011010 101 110111 0 1111 100100110 111110 111110

Color Harmonies of #CF63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63DA

Black with #CF63DA

Text Example


Text Example

White with #CF63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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